home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-07-26 | 1.8 KB | 62 lines | [TEXT/ttxt] |
- Symantec C++ 7.0.3 README
- ======================
- Copyright © 1994 Symantec Corporation. All rights reserved.
- May 17, 1994
- Font: Geneva 12
-
- Symantec C++ 7.0.3
- ==============================
- • A problem with the conversion of doubles to unsigned shorts with 68881 code
- generation was fixed.
-
- • An internal error (“cgcodelm.c line 49”) caused by the conversion of double
- values to long was fixed.
-
- • A problem with structure valued returns and passing the hidden argument to
- functions was fixed.
-
- Symantec C++ 7.0.2
- =================
-
- • Fixes a problem with access control in Pascal Object.
-
- • Fixes problem with address calculation for large constant offsets into the
- stack frame.
-
- • Fixes a problem referring to incorrect vtables in pascal object.
-
- • Fixes a problem with ? : and the optimizer.
-
- • Added a new feature which allows the testing and setting of certain compiler
- options as in THINK C. In order to test an option, use:
-
- #if __option(xxx) // Returns TRUE if option xxx is on
-
-
- #pragma options(xxx,!yyy)
- // Turns option xxx on and option yyy off
-
- The options are listed in the file “Compiler pragma options”.
-
- • Fixed a problem with undefined _vtbl's.
-
- • Fixes a problem with returning a nested sub-structure from a function.
-
- • Fixes a problem with structure assignment and nested structures.
-
- • Fixes a problem with casting the return value of a function to a base class.
-
- • Fixes a problem debugging functions which have a struct return value.
-
- • Fixes a problem with overload function overload resolution.
-
- • Fixed a problem with the #pragma template directive.
-
- • Fixed a problem with overload resolution between two functions which
- both require user defined conversions, but one of which requires two and
- the other requires only 1.
-
- • Fixed a problem with precompiled headers that contain data.
-
- • Fixed a problem with MI.
-